home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
p4
/
p4-1_2c.lha
/
p4-1.2c
/
usc
/
usctest
/
usctest2.c
< prev
Wrap
C/C++ Source or Header
|
1993-05-24
|
214b
|
19 lines
#include <stdio.h>
#include "../usc.h"
#if defined(CAP2_HOST)
#include <chost.c7.h>
host_main()
#else
#if defined(CAP2_CELL)
cell_main()
#else
main()
#endif
#endif
{
cconfxy(64,1);
ccreat("capcell",30,NULL);
}